PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageSize Class / IsMatch Method / IsMatch(double,double,double) Method
Width to compare.
Height to compare.
Allowed difference in size.
In This Topic
    IsMatch(double,double,double) Method
    In This Topic
    Tests if the given size matches this object when the difference is less than delta.
    Syntax
    public boolean IsMatch( 
       double width,
       double height,
       double delta
    )

    Parameters

    width
    Width to compare.
    height
    Height to compare.
    delta
    Allowed difference in size.

    Return Value

    True if the sizes match.
    See Also